home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue60 / COMThrd / MultipleSTAServerForm.dfm / MultipleSTAServerForm.txt
Encoding:
Text File  |  2000-05-12  |  495 b   |  22 lines

  1. object Form1: TForm1
  2.   Left = 537
  3.   Top = 108
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 
  7.     'This server creates each COM object on its own thread in its own' +
  8.     ' STA'
  9.   ClientHeight = 18
  10.   ClientWidth = 477
  11.   Color = clLime
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = False
  18.   Position = poDefaultPosOnly
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21. end
  22.